Can't ping 2 subnet

Hi guys, I am a beginner and I’m learning how routers work. I have two subnet in my home network:
192.168.1.0/24
192.168.88.0/24
The first subnet is connected into ether1 (192.168.1.200) of Mikrotik router and the second subnet is connected to ether2 (192.168.88.1).
I want ping 192.168.1.1 from 192.168.88.2 (I can ping them from Mikrotik router).
I tried to add static routes without success, maybe the problem are the dynamic ones.

This is my routing table:

 #            DST-ADDRESS   PREF-SRC       GATEWAY  DISTANCE
 0  ADC  192.168.1.0/24    192.168.1.200  ether1                        0
 1  ADC  192.168.88.0/24  192.168.88.1    ether2                        0

P.S. What is pref-src?

Hi,

Your router should route 2 networks happily, that’s why is called router. If you do not have any firewall rules blocking this traffic, it should work out of box. Post your config for deeper look.