There are only 2 things you can do with a snapshot.
- Restore it to a new Amazon RDS database, or
- Export the database (or selected tables) to a parquet file in Amazon S3.
You can export this and query this on Amazon Athena. Then you can use some SQL queries like joins to compare them and I think this is the only way you could do this.