Hello Brian,
What i Do normally to select to specific PC from each , lets say
office 1 : 192.168.1.100
office 2 : 192.168.2.100
Configure 2 host routes on your router
ip route 192.168.2.100 255.255.255.255 192.168.10.2 track 10
ip route 192.168.2.100 255.255.255.255 FastEthernet0/0/0 10 track 123
You need to create similar entry for 192.168.1.100 at the other end as well as follows
ip route 192.168.1.100 255.255.255.255 track xx
ip route 192.168.1.100 255.255.255.255 track xx yy
now.. do a continuous ping from your 192.168.1.100 to 192.168.2.100 and it shoud go via the primary link..
to test the failover
take the following route off from the your router
no ip route 192.168.2.100 255.255.255.255 192.168.10.2 track 10
also at the time, you need to take the other end primary route also off for your host..
no ip route 192.168.1.100 255.255.255.255 track xx
Now make sure that your traffic between these 2 computers flows through the VPN tunnel
Hope this helps
Harish.