I am assuming that you configure a loopback interface, and also have "ip nat inside" on the loopback interface. Also,you would need to configure the NAT to match the vpn client pool subnet so when it is accessing the internet, it will be NAT/PATed to the public ip address so it's routable.
Lastly, you would also need policy base routing to route the traffic to that loopback interface for traffic destined to the internet from the vpn client pool and of course denying the traffic destines to the internal network first.
Here is a sample configuration for your reference:
http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a008073b06b.shtml
Hope that helps.