2WAN 1LAN without LoadBalancing

hello,

i am using a rb1100ahx2 for a year now and i am very happy with router’s overall performance.
My network consist of several pcs and some servers, all of them are using the same network 192.168.1.0 and the same gateway GW192.168.1.254 and reach internet through WAN1. I want to add a second wan (WAN2) for the servers gw only. So, pcs should reach internet through WAN1 only, and servers through WAN2 only.
Is there any easy way to achive that config and how? or i should use Policy Base Routing?

Thanks in advance.

/ip firewall mangle
add chain=prerouting src-address=your_server_address action=mark-connection new-connection-mark=servers
add chain=prerouting connection-mark=servers action=mark-routing new-routing-mark=servers
add chain=output connection-mark=servers action=mark-routing new-routing-mark=servers

/ip route
add dst-address=0.0.0.0/0 gw=WAN2_gw routing-mark=servers

thank you very much for your super fast reply!

I will give it a try shortly