in

Can I create VPN tunnels to multiple peers that use the same internal subnet?

I am wondering if I can create site-to-site VPN tunnels to multiple vendors who use the same internal subnets. I can get either of these two vendors to establish a VPN tunnel and pass traffic independently, but NOT at the same time. When I have them added to the config at the same time, only one of them works. I am using a Cisco PIX 515 running IOS v6.3 and a snippet of the interesting bits is attached.
Thanks in advance!
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
access-list NoNAT permit ip 10.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0 

access-list 91 permit ip 10.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0
access-list 92 permit ip 10.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0

crypto ipsec transform-set strong-des esp-3des esp-sha-hmac 

crypto map partner-map 1 ipsec-isakmp
crypto map partner-map 1 match address 91
crypto map partner-map 1 set peer [ACME Widgets Peer IP]
crypto map partner-map 1 set transform-set strong-des

crypto map partner-map 2 ipsec-isakmp
crypto map partner-map 2 match address 92
crypto map partner-map 2 set peer [Speedy Printing Peer IP]
crypto map partner-map 2 set transform-set strong-des

isakmp key ******** address [ACME Widgets Peer IP] netmask 255.255.255.255 
isakmp key ******** address [Speedy Printing Peer IP] netmask 255.255.255.255
Movie Stars

Solution: Can I create VPN tunnels to multiple peers that use the same internal subnet?

try to use net use command to map the network drive using the below format.

after maping try to access the share in given drive letter.

NET USE
[devicename | *] [\\computername\sharename[\volume] [password | *]]
        [/USER:[domainname\]username]
        [/USER:[dotted domain name\]username]
        [/USER:[username@dotted domain name]
        [/SMARTCARD]
        [/SAVECRED]
        [[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]