I require a probability distribution which morphs from a something similar to a Gaussian (image 1) to something with a heavy tail on one side (image 2) based on some parameter. Can someone give me a hint what could be suitable?


There is a cut-off (here 64), and bigger values just get probability 0. The plots are not normalized, so don't bother about that.
You can always build you own by using a weighted sum of two distributions. $f=a f_1 + (1-a)f_2$ Careful on the choice of $f_2$, many of the likely candidates (e.g. $\chi^2$) are only defined for $x>0$. The truncation you will have to build in manually, but remember to renormalize afterwards.