Is this form a completely separate form ? It is actually possible when you're redirecting to the next form as you can hook into the redirect and pass the values in a URL parameter and your next form can retrieve the values from the URL.
You can either add this to the functions.php file of your theme.
Or you can go to Toolset -> Settings -> Custom Code and then add the function there and ensure that you've click the activate button once you've added it.