Follow this guide:
http://www.cisco.com/c/en/us/support/docs/routers/1700-series-modular-access-routers/71462-rtr-l2l-ipsec-split.html
Then on your crypto map and crypto key you define the second peer.
crypto isakmp key TUNNEL1KEY address PRIMARY-IP
crypto isakmp key TUNNEL2KEY address SECONDARY-IP
!
crypto map mymap 10 ipsec-isakmp
set peer PRIMARY-IP default
set peer SECONDARY-IP
set transform-set myset
match address 100
!
Please rate replies and mark question as "answered" if applicable.