I see we can make multi-axes with MultiaxisArrangement, but how can we adjust the ticks and how to label the lines in it or how to place plot legends of those lines?
How to label these two lines with Hello and Goodbye and make the horizontal ticks to {one,two,three,four,five,six,seven,eight,nine,ten}?
For example:
ListLinePlot[{RandomReal[10, 10], RandomReal[10, 10]}, MultiaxisArrangement -> All] 
MultiaxisArrangementis nice in principle, but it appears to be somewhat incomplete in functionality. Take a look at How to get axes labels with MultiaxisArrangement and 1 plot two different y scales. Along the same lines, this question, although heavily upvoted, remained unanswered. $\endgroup$