How to execute multiple query by using go routine

This seems like a pretty broad question about concurrency in go. See the tour of go concurrency section:

https://go.dev/tour/concurrency/1

And go by example goroutines:

https://gobyexample.com/goroutines