Dst-nat 443 block out for this port

Hi everyone, i have a question about dst-nat.
I had a ovpn server on NAS and made a dst-nat rule on mikrotik :
chain: dst-nat , protocol : udp, dst. port: 443 , action: dst-nat to addresses: 10.10.10.10 and to ports: 1194
In this situation if I try connect through ovpn client to another server when I’m in this network i can;t to this (ovpn server also work from public port 443) .

What I can do to solve this problem ?

Thanks in advance for any help.

Make your dst-nat rule more specific. It should match only on traffic from your internet interface.

Thank you , add in interface only to wan solve problem !