Routing Specific DST to another wan NOT WORK!!

Hi Team,

I have one main wan which is routing all traffic to it (1.1.1.1), Second wan (192.168.170.1) has local website which is not accessible by other ISP,

I’m trying to route the destination ip of this local website to second wan but it’s not work

this is my script
add action=mark-routing chain=prerouting dst-address-list=1001
new-routing-mark=Vodu passthrough=yes

add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.170.1
pref-src=0.0.0.0 routing-table=Vodu scope=30 suppress-hw-offload=no
target-scope=10


thanks

https://forum.mikrotik.com/viewtopic.php?p=908118