if all the traffic are initiating from those two subnets then the NAT command is right.
nat (sub2) 2 0.0.0.0 0.0.0.0
global (outside) 2 10.0.0.2 netmask 255.255.255.255
nat (sub1) 1 0.0.0.0 0.0.0.0
global (outside) 1 10.0.0.1 netmask 255.255.255.255
here Sub1 : network 1 (192..168.1.0)
sub2 : network 2 (192.168.2.0)
outside : outiside interface (10.0.0.x/x)