Load balance one WAN from two interface on same subnet

hello friends

I try to route my internet wan to my another router with two SXT link (bridged) but I don’t know how next router routes .
I don’t find a good reference.

My idea is I Split routes to two and send to next router for example two /24 subnet send from ether1 and one /24 subnet send from ether2 .
so this is my Idea if have a better idea , Please help me :wink:
if is possible show configs I do from First router and Next router (problem on load-balancing)

Diagram :
LoadBalance_Mikrotik.gif
Thanks

Hi, for router at internet side use following routes

/ip route add check-gateway=ping distance=1 dst-address=47.242.30.0/24 gateway=192.168.2.2,192.168.1.2
/ip route add check-gateway=ping distance=1 dst-address=47.242.47.0/24 gateway=192.168.2.2,192.168.1.2
/ip route add check-gateway=ping distance=1 dst-address=47.242.67.0/24 gateway=192.168.2.2,192.168.1.2

For router at client side use following routes

/ip route add check-gateway=ping distance=1 gateway=192.168.1.1,192.168.2.1

Thanks asaleh
with this configuration traffic will division on two link ?

You are welcome.