It's not possible to share the same runtime (session) between different Colab notebooks. Each notebook operates in its own isolated environment, and this isolation is not configurable.
This question is a duplicate of Can multiple Colab notebooks share the same Runtime?. You can check the linked discussion for further details and potential workarounds, such as exporting/loading data or using shared resources like Google Drive.