How to get fields value from previous submitted record in different Form?

How to get fields value from previous submitted record in different Form?

What I have:
I have several forms (Contact Form, Property Form, Financial Form, Activities Form, etc.)

Details:
Fields in Contact Form: Contact ID, Name, Address, Phone Number.
Fields in Property Form: Contact ID, Name, Property Address, Property Value, etc.
Fields in Financial Form:  Contact ID, Name, Current Asking Price, After Repaired Value, etc.
Fields in Activities Form:  Contact ID, Name, Description, Method, Importance, etc.

What I need:
Once I submit Contact Form, then automatically open Property Form.
Then Property Form should automatically get  Contact ID, Name, field value from previous submitted Contact Form.
Once Property Form submitted, then Financial Form will open and automatically get  Contact ID, Name, field value from previous submitted Property Form.
and so on...

Is that possible?

Thank you,

Wisnu