Static Routing Not Working

Hello Everyone,

I am trying between two Mikrotik Router and routing is not working on other side.

router1
ether1: internet {public ip}
ether4: lan connected to unmanaged switch : i.e 192.168.50.10/24

router2
ether1: ether4 of router1 is connected with static ip : ie 192.168.50.94/24
ether5: lan - dhcp configured - 10.100.10.10/24

router1:
ip route dst. add = 10.100.10.0/24 gateway=192.168.50.94

router2 can able to ping the router 1 connected device
router1 could not able to ping the router 2 connected device. I dont understand why?

Please help me

Advance Thanks
Naethan

Did you remove all default firewall/NAT functionality from router2?

Thank you! your judgement is good.