I used this manual for my configuration.
/ip firewall mangle
add action=accept chain=prerouting dst-address=110.100.100.5 in-interface-list=VLAN
add action=accept chain=prerouting dst-address=150.14.15.11 in-interface-list=VLAN
add action=mark-connection chain=prerouting connection-mark=no-mark in-interface=sfp1 new-connection-mark=WAN1-conn passthrough=yes
add action=mark-connection chain=prerouting connection-mark=no-mark in-interface=ether8 new-connection-mark=WAN2-conn passthrough=yes
add action=mark-connection chain=prerouting connection-mark=no-mark dst-address-type=!local in-interface-list=VLAN new-connection-mark=WAN1-conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/0
add action=mark-connection chain=prerouting connection-mark=no-mark dst-address-type=!local in-interface-list=VLAN new-connection-mark=WAN2-conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/1
add action=mark-routing chain=prerouting connection-mark=WAN1-conn in-interface-list=VLAN new-routing-mark=WAN1-route passthrough=yes
add action=mark-routing chain=prerouting connection-mark=WAN2-conn in-interface-list=VLAN new-routing-mark=WAN2-route passthrough=yes
add action=mark-routing chain=output connection-mark=WAN1-conn new-routing-mark=WAN1-route passthrough=yes
add action=mark-routing chain=output connection-mark=WAN2-conn new-routing-mark=WAN2-route passthrough=yes
When I try to connect to the printer I have Error and when I try to connect to my IIS local site (exp 192.168.0.8:444).
But when I disable this role - I have access to the Printer and my hosted site:
add action=mark-connection chain=prerouting connection-mark=no-mark disabled=yes dst-address-type=!local in-interface-list=VLAN new-connection-mark=WAN1-conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/0
add action=mark-connection chain=prerouting connection-mark=no-mark disabled=yes dst-address-type=!local in-interface-list=VLAN new-connection-mark=WAN2-conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/1