The easiest approach would be to pass the value as a parameter to the constructor of Page2. Or you could create a public property on Page2 and assign the value to it after you create it.
await _navigation.PushAsync(new Page2(argument_goes_here)); // HERE