How to RB450

I have 2 network segment 192.168.0.1/24 and 192.168.10.1/24
The internet gateway 192.168.0.254
I need give internet to segment 192.168.10.1/24 without permit traffic from computers on segment 192.168.0.1/24

/ip firewall filter
add chain=forward action=drop src-address=192.168.10.0/24 dst-address=192.168.0.0/24
add chain=forward action=drop dst-address=192.168.0.0/24 src-address=192.168.10.0/24