Ok but i want from the LAN 10.10.10.0/24 to connect to 192.168.1.8
It wasn't clear from your OP to that you want the client at the second Tik to connect to the
address 192.168.1.8, it seemed to be sufficient that it reaches the server "somehow".
So if you don't mind excluding 192.168.1.8 from use on the second Tik, the route is the easiest solution; otherwise you may use two dst-nat rules, one on each Tik, and the rule on the second Tik may act only on packets from the IP address if the client.
But I forgot to write that if the client's address is in 192.168.1.x too, you have to make the second Tik respond to ARP requests for 192.168.1.8. This can be done using
/interface bridge nat rules (and then you can add the exceptional route), or you may attach 192.168.1.8 as own address of the second Tik and use the two dst-nat rules.