how can i forward from local network to the same local when my router public ip requested from local?

hi everybody.
i have a web server and a router with this ip:
(Only for example)
web server : 192.168.0.109/24
Router : 192.168.0.1/24
Public IP : 10.5.8.200/32
I want to run a web server through the WAN and after running local iis , i added a nat rule (DST-NAT) :
/ip firewall nat add chain=dstnat dst-address=10.5.8.200 action=dst-nat to-addresses=192.168.0.109i share the link HTTP://10.5.8.200 for my visitors and employees in a third party web site.
when i request HTTP://10.5.8.200 from outside everything is OK.
but when i want to open it from a local computer i cant.
what is the best way to solve the problem?

You need the hairpin nat rule.