we have problem with mikrotik Routing ??

we have problem with mikrotik ??
there is this option in any router name is (Static Routing) but i don’t know where in milrotik >

i will tell you scenario

Head Office

1- Local Netwrok
2- Mikrotik Firewall RB2011UiAS-RM ip = 192.168.0.1/24
3- IP-VPN Cooper Line G.SHDSL Router ip= 192.168.0.210


Branch 2

1- Local Netwrok
2- Mikrotik Firewall RB2011UiAS-RM ip = 192.168.1.1/24
3- IP-VPN Cooper Line G.SHDSL Router ip= 192.168.1.210



ok I need when any pc in head office require 192.168.1.0/24 go to 192.168.0.210

and when any pc in branch 2 require 192.168.0.0/24 go to 192.168.1.210

i was remove firewall
and setup configuration from router adsl and every thing be ok

Local Network

/ip route
add dst-address=192.168.1.0/24 gateway=192.168.0.210

Branch

/ip route
add dst-address=192.168.0.0/24 gateway=192.168.1.210

LocalNetwork.jpg
Branch.jpg

i did it this but not working

when require ip 192.168.1.0/24 ping to 192.168.0.0/24

Reply from 192.168.1.1: Destination host unreachable.
Reply from 192.168.1.1: Destination host unreachable.
Reply from 192.168.1.1: Destination host unreachable.
Reply from 192.168.1.1: Destination host unreachable

.
and when require 192.168.0.0/24 ping to 192.168.1.0/24


Pinging 192.168.1.210 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.

plz i need help

when remove firewall from 2 side and configration from any adsl router every thing be ok

and this file in attchments trace for packet sniffer > this file ping from 192.168.0.89 to 192.168.1.1 and 192.168.1.12 and 192.168.1.210

ASAP