I might be misunderstanding the question, but from what I read, you want 2 results shown up against each other.
Why not just create a dashboard with 2 singlestats, each representing a query.
A graph is easily also an option if you want both queries displayed and visualized on the same display (just create a query A and query B).
For inspiration check out the official demo-site for prometheus on Grafana: https://play.grafana.org/d/000000029/prometheus-demo-dashboard?orgId=1&refresh=5m
If that's not what you are looking for, then please specify, and I will gladly help.
Update in response to comment
Alright, if you want to perform arithmetic operations then the MetaQueries plugin is definitely an option. Check out the documentation: https://grafana.com/grafana/plugins/goshposh-metaqueries-datasource
Also you can check out the documentation in regards to arithmetic operations using prometheus: https://prometheus.io/docs/prometheus/latest/querying/operators/
TL;DR you've stated that you have the queries ready - have you tried using the '/' (division) operator?