Create2 Address in bundle transaction

Hi, how do I make bundled transactions dependent of the result of each other?
For instance:

TX 1 - Contract Creation
TX 2 - Function call on Contract Creation

When simulating, I don’t seem to be able to get the CREATE2 Address from the contract on TX1

Is there a way to do it?