For example, there are two CIDRs in the same VPC on AWS. One of them is public and one is private. They are in the different segment.
# Public Subnet CIDR
10.124.42.0/27
# Private Subnet CIDR
10.124.43.128/25
If want to connect from public to private's network, is it possible?