There are several ways to do this, depending on how loose the two viewing models are. If you have a direct link to the second view model in your load view model, you can transfer data when displaying this model / view view.
This seems to be the most reasonable option if: a) the data is a requirement of the second presentation model; b) the loading presentation model is responsible for creating the second presentation model. In this case, you can pass data as a dependency in the constructor of the second presentation model.
Alternative approaches include using an event aggregator as an intermediary to transfer data between two view models, but I would go with the first approach.
source share