Jelly, 05AB1E, 6GolfScript 8 bytes, score = \$\frac 6 8 = 0.75\$\$\frac 8 {27} \approx 0.296\$
.VqVq;~ ɠV Previous answer that does 3 languages:
Jelly, Python 3, 05AB1E, 29 characters, score = \$\frac {29} {27} \approx 1.07\$
exec(input( ))#}I.Vq 1 ,1#ṛɠV Try it online Jelly!Try it online Jelly!
Try it online Python 3!Try it online 05AB1E!
Try it online 05AB1E!Try it online GolfScript!
In bothall cases, takes a program in the relevant language from STDIN and executes it, with any output going to STDOUT.